projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58a1a0
)
When looking for sources, use '.', not `.`. Also '..'.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 1993 18:56:45 +0000
(18:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 1993 18:56:45 +0000
(18:56 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 9badb35e10daa1f74fc1f90de389b51b1ae87093..1758155efd8fa1d8df5d18dc998da8d27d81834c 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-304,10
+304,10
@@
case "${srcdir}" in
srcdir="${confdir}"
else
if [ -f "./src/lisp.h" -a -f "./lisp/version.el" ]; then
- srcdir=
`.`
+ srcdir=
'.'
else
if [ -f "../src/lisp.h" -a -f "../lisp/version.el" ]; then
- srcdir=
`..`
+ srcdir=
'..'
else
(echo "\
${progname}: Neither the current directory nor its parent seem to